projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a59071
)
don't build testapplication on OS X
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 27 Jun 2010 01:41:58 +0000
(21:41 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 27 Jun 2010 01:41:58 +0000
(21:41 -0400)
See bug 622827
tests/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index f6f33ebadd8a477d908bd83b0ddb780dce7b1555..91cd10deaecbddf097db0f2297b76d67bdfe71e4 100644
(file)
--- a/
tests/Makefile.am
+++ b/
tests/Makefile.am
@@
-92,7
+92,7
@@
noinst_PROGRAMS = $(TEST_PROGS) \
testexpander \
testvolumebutton
-if
OS_UNIX
+if
USE_X11
noinst_PROGRAMS += testapplication
endif